-
Notifications
You must be signed in to change notification settings - Fork 0
fix jdk install and put in instrument apps #283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Tom-Willemsen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunately doesn't work for me...
- It is trying to install into
Apps\JDK\21.*\21.*\I think but config_env is looking in justApps\JDK\21.* - MSIExec just doesn't seem to work for me...
|
Do we need to run the installer, or can we have an unpacked kit like the client and CSS use? |
we could unpack a kit but we'd still need to add to the path and set JAVA_HOME which the installer does for us |
|
we can do this using |
|
Probably only start_ibex_server as the client bundles its own jdk I think! |
No description provided.